Skip to content

Add Pushary to the external plugins marketplace - #63

Open
aadilghani1 wants to merge 2 commits into
github:mainfrom
aadilghani1:add-pushary-plugin
Open

aadilghani1 wants to merge 2 commits into
github:mainfrom
aadilghani1:add-pushary-plugin

Conversation

@aadilghani1

@aadilghani1 aadilghani1 commented Jul 29, 2026

Copy link
Copy Markdown

Adds Pushary to the external plugin catalog, pointing to the MIT-licensed Pushary/vscode-plugin repository. The marketplace version now matches its published manifest, 0.2.2.

Pushary provides a PreToolUse permission gate and MCP tools for human questions and task notifications. It requires a Pushary account. Delivery follows the user's configured mode; confirm notifications can expose lock-screen actions, while choices and text answers open the app.

The plugin includes lifecycle hooks as well as PreToolUse. The gate consults hosted policy and can send task/tool context to Pushary; it is not a purely local command matcher. An unresolved gated action falls back to the host's permission prompt. Optional question tools do not themselves enforce approval before another tool runs. See the plugin's source and security notes for the host integration.

Validation (2026-09-14): marketplace JSON parsed; the Pushary entry's version, source repository, and license match the current public plugin manifest; referenced skills, hooks, and MCP configuration exist; the shipped hook passes node --check. This catalog-only update does not claim a fresh end-to-end VS Code or Copilot CLI session.

Disclosure: I maintain Pushary. This submission was prepared with AI assistance and checked as described above.

Aadil Abdul Ghani and others added 2 commits July 29, 2026 18:56
Pushary is a PreToolUse hook plus MCP server. The hook gates risky
terminal commands on an approval sent to the user's phone before the
command runs, falling back to VS Code's own approval prompt whenever it
cannot reach a decision. The MCP tools let the agent ask a question or
send a notification and get an answer back.

The plugin is hosted at Pushary/vscode-plugin and uses the .claude-plugin
layout, so it is referenced here by source rather than vendored.
Signed-off-by: Aadil Ghani <67200576+aadilghani1@users.noreply.github.com>
@aadilghani1

Copy link
Copy Markdown
Author

Refreshed the marketplace entry to match the public plugin manifest, 0.2.2. The PR description now reflects its current hosted policy and lifecycle hooks, account requirement, and host permission fallback; it no longer makes the older local-only matcher claims.

Marketplace JSON, manifest version/source/license, referenced plugin paths, and the shipped hook syntax have been checked. Could a maintainer review whether this fits the external plugin catalog? Happy to adjust the listing to the collection's requirements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant